|
|
"maheshtd" <mah### [at] onetelnetuk> schrieb im Newsbeitrag
news:3d18af1e@news.povray.org...
> I created an still image in PovRay. The Render Window is 120 by 160 pixels
> wide, when i render the scene it looks fine but as soon i switch to higher
> screen size such as 320 by 340 pixels. The image in the scene becomes
> distorted and messy. Would I have to change the code for the new window
> size. How do i fix this problem.
Hi!
If you change the ratio between the image width and height, than you have to
modify your camera statement respectively. I.e. if you render 120 by 160
pixel, that is a ratio of 3/4. You would specify this by something like
right 4/3*x
in your camera statement.
320 by 340 Pixel is a totally different ratio. So, you have to change the
camera, too (f.e. right 17/16*x if I do not mix something up).
I hope I got your question right and could be of some help.
Marc-Hendrik
Post a reply to this message
|
|